home *** CD-ROM | disk | FTP | other *** search
/ GFX Sensations 1 / Graphic Sensations - Volume 1.iso / tools / amiga / 3d_tools / t3dsrc.lha / readwrite_protos.h < prev    next >
C/C++ Source or Header  |  1993-01-30  |  176b  |  14 lines

  1. /* Prototypes for functions defined in
  2. readwrite.c
  3.  */
  4.  
  5. extern WORLD * world;
  6.  
  7. extern char infile[128];
  8.  
  9. extern char outfile[128];
  10.  
  11. int main(int argc,
  12.          char ** argv);
  13.  
  14.